home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Grafik & Text / OzTeX3.0 / Metafont / Help / VFtoVP < prev    next >
Text File  |  1996-02-27  |  1KB  |  24 lines

  1. VFtoVP converts virtual font (VF) files to virtual property list (VPL)
  2. files.
  3.  
  4. Given an input file called cmr10.vf, VFtoVP will create cmr10.vpl.
  5.  
  6. VPL files are human-readable text files.  VFtoVP can be used in
  7. conjunction with VPtoVF to make changes to existing virtual fonts.
  8. Virtual fonts map characters as seen by TeX into an arbitrary sequence
  9. of low-level typesetting operations.  See the OzTeX User Guide for
  10. more details, plus the Help menu item called "Knuth on VFs".
  11.  
  12. VFtoVP also serves as a VF file-validating program; if no error
  13. messages appear then the given VF file is correct.
  14.  
  15. VFtoVP uses the verbose flag to determine how much feedback will appear
  16. in the OzMF window.  OzMF's Default config file sets the flag to false.
  17.  
  18. VFtoVP uses the tfm_folders parameter to locate TFM files referenced
  19. in the VF file.  OzMF's Default setting for tfm_folders matches the
  20. setting in OzTeX's Default config file.
  21.  
  22. Donald Knuth wrote the original version of VFtoVP, based in part on
  23. an idea of David Fuchs.
  24.